home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / mbpro19e.zip / MBPRO.DAT / HELPEDIT.SET < prev    next >
Text File  |  1996-05-22  |  2KB  |  42 lines

  1. @0A@While in a FULL SCREEN EDIT if you have edit access you may use remote cursor
  2. movement AND control functions, however to do so, your communication program
  3. must support sending PC EXTENDED KEYBOARD codes or support X3.64 ANSI ESCAPE
  4. SEQUENCES for the CURSOR MOVEMENT KEYS or you can use a SET of CONTROL KEYs.
  5. Below is a list of cursor movement functions and associated remote key support.
  6. DOORWAY MODE is a popular mode now available on many commercial communication
  7. programs that will send PC EXTENDED KEYBOARD codes.  If your communication
  8. program does not support a DOORWAY or ANSI ESCAPE SEQUENCES then you will need
  9. to use CTRL codes by pressing CTRL key and the associated letter.
  10. @0E@
  11. FUNCTION                EXTENDED PC KEY      CONTROL KEY COMBO    ANSI X3.64
  12. -------------------------------------------------------------------------------@0F@
  13. CURSOR UP               UP ARROW             [CTRL] E             ESC[A
  14. CURSOR DOWN             DOWN ARROW           [CTRL] X             ESC[B
  15. CURSOR LEFT             LEFT ARROW           [CTRL] W or S        ESC[D
  16. CURSOR RIGHT            RIGHT ARROW          [CTRL] D             ESC[C
  17.  
  18. CURSOR WORD RIGHT       [CTRL] RIGHT ARROW   [CTRL] F
  19. CURSOR WORD LEFT        [CTRL] LEFT ARROW    [CTRL] Q
  20.  
  21. PAGE UP                 PGUP                 [CTRL] R             ESC[I
  22. PAGE DOWN               PGDN                 [CTRL] C             ESC[G
  23. BEGINNING OF LINE       HOME                 [CTRL] J             ESC[H
  24. END OF LINE             END                  [CTRL] K             ESC[F
  25. TOP OF PAGE             [CTRL] HOME
  26. END OF PAGE             [CTRL] END
  27. TOP OF TEXT             [CTRL] PGUP
  28. END OF TEXT             [CTRL] PGDN
  29.  
  30. DELETE CHARACTER        DEL                  [CTRL] G
  31. DELETE LINE                                  [CTRL] Y
  32. INSERT MODE ON/OFF      INS                  [CTRL] V             ESC[L
  33. BACKSPACE               BACKSPACE            [CTRL] H
  34. ESC/SAVE/END            ESC                  [CTRL] A
  35. RETURN                  RETURN               [CTRL] M
  36.  
  37. HELP DURING EDITING                          [CTRL] Z
  38. @0C@
  39. Note : If the caller does not have EDIT access to the MEMO the cursor movement
  40.        functions will be operational, but NO CHANGES will be allowed to be
  41.        made to the memo.
  42.